Payment contexts and accounts updates #449
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR enhances the Payment Contexts and Accounts modules to support more robust handling of payment and account-related data. It introduces new capabilities for processing accommodations in payment contexts and adds detailed verification options in the accounts module.
Changes Made
Enhancements in Payment Contexts:
PaymentContextsAccommodationData
: Captures information like booking reference, check-in and check-out dates, and accommodation address.PaymentContextsAccommodationRoom
: Defines room-specific details, such as rate and the number of nights at the room rate.PaymentContextsGuests
: Stores guest details including first name, last name, and date of birth.Enhancements in Accounts:
AdditionalDocument
,AdditionalInfo
,BankVerification
,ProofOfLegality
,ProofOfPrincipalAddress
, and their respective types.Company
: Added attributes like financial details and regulatory license number.Capabilities
: Improved structure to better reflect account abilities.Improved Testing:
Impact
Additional Notes